home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / ma.dir / 00805_MA frameScript.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  277 b   |  15 lines

  1. global gSIActiveWindow, gSIHParentWnd, gSISystem
  2.  
  3. on exitFrame
  4.   if gSISystem = "WIN" then
  5.     set vHWnd to gSIActiveWindow(mCall)
  6.     if vHWnd <> gSIHParentWnd then
  7.       go(the frame)
  8.       exit
  9.     end if
  10.   end if
  11.   UIRollover(47, 48)
  12.   MAdoConButtons()
  13.   go(the frame)
  14. end
  15.